Installation

The system is distributed as a compressed tar file. Take the following actions to install the software:

  1. Uncompress the tar file with the tar command:
    	%uncompress cim.tar.Z
    	
  2. Extract the file with the tar command:
    	%tar xf cim.tar
    	
  3. List the files with the ls command to verify that you have gotten the correct files:
    	%ls
    	Makefile        cim.1           cim.h           cim.tar
    	cimtest.sim	cim		libcim.a
    
  4. Read the make file, and create the needed directories to run make install.
  5. Install the system by entering super user and make install:
    	%su
    	Password:
    	%make install
    	%exit
    	
  6. A simple test of the installation can be made by make test:
    	%make test
    	cim -r test
    	Compiling: test.sim
    	cc -w -c test.c
    	cc -o testinst test.o -lcim -lm
    	Executing testinst:
    	Installation: No errors found